home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 70436 / 70436.xpi / chrome / auron.jar / content / about.xul next >
Extensible Markup Language  |  2010-01-22  |  1KB  |  21 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  3. <window class="dialog" title="FireTvLive.com" orient="vertical" autostretch="always" onload="sizeToContent()" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  4.     <groupbox align="center" orient="horizontal">
  5.         <vbox>
  6.             <text value="FireTvLive.com Menu" style="font-weight: bold; font-size: x-large;"/>
  7.             <!-- text value="ver. 1.0"/-->
  8.             <separator class="thin"/>
  9.             <text value="Author:" style="font-weight: bold;"/>
  10.             <text value="FireTvLive.com" class="url" onclick="window.open('mailto:tvbutton@hotmail.com'); window.close();"/>
  11.             <separator class="thin"/>
  12.             <text value="Site Extension:" style="font-weight: bold;"/>
  13.             <text value="http://www.FireTvLive.com" class="url" onclick="window.open('http://www.FireTvLive.com'); window.close();"/>
  14.         </vbox>
  15.     </groupbox>
  16.     <hbox>
  17.         <spacer flex="1"/>
  18.         <button label="Close" oncommand="window.close();"/>
  19.     </hbox>
  20. </window>
  21.